home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / libtools.arc / SQ2-USQ2.DOC < prev    next >
Encoding:
Text File  |  1984-08-23  |  2.3 KB  |  58 lines

  1. SQ2 command syntax:           Squeeze Version 2.1
  2.  
  3. A>SQ2   [d:][path]filename[.ext]   [d:][path][filename][.ext] [/c] [/t] [/r]
  4.              input file                output file
  5.  
  6. Squeeze a file using repeated character compression and Huffman encoding
  7.  
  8.  . If no device or path is specified for the output file, then the current
  9.    device and directory is used.
  10.  
  11.  . If no output filename is specified, then the input filename will be used
  12.    for the output file.
  13.  
  14.  . If no output file extension is specified, then the input file extension
  15.    will be used, with the second character changed to a Q.  If the input
  16.    file has no file extension, then the output file will have an extension
  17.    of QQQ.
  18.  
  19.  . If an output path is specified, but no output filename is specified,
  20.    then the path must be terminated with a \ to differentiate the last part
  21.    of the path from a possible filename.
  22.  
  23.  
  24.  . The /c option specifies compatibility mode.
  25.    SQ2 will produce files   compatible with all previous versions of USQ.
  26.  
  27.  . The /t option specifies that SQ2 should prompt for a line of descriptive
  28.    text to be included in the output file
  29.  
  30.  . The /r option specifies that SQ2 should replace any existing file with
  31.    the same name as the output file.  If /r is not specified, SQ2 will not
  32.    destroy an existing file.
  33.  
  34. USQ2 command syntax:        Unsqueeze Version 2.0
  35.  
  36. A>USQ2 [d:][path]filename[.ext] [d:][path][filename][.ext] [/d] [/r]
  37.             input file              output file
  38.  
  39. Unsqueeze a file which was squeezed using SQ2
  40.  
  41.  . If no device or path is specified for the output file, then the current
  42.    device and directory is used.
  43.  
  44.  . If no output filename is specified, then the filename and extension from
  45.    the file before it was squeezed (by SQ2) is used.
  46.  
  47.  . If an output path is specified, but no output filename is specified,
  48.    then the path must be terminated with a \ to differentiate the last part
  49.    of the path from a possible filename.
  50.  
  51.  . The /d option specifies that USQ2 should use the current system date and
  52.    time for the output file rather than the one saved in the squeezed file.
  53.  
  54.  . The /r option specifies that USQ2 should replace any existing file with
  55.    the same name as the output file.  If /r is not specified, USQ2 will not
  56.    destroy an existing file.
  57.  
  58.